Cavern

 Cavern4D

 Cavernize

 Debug

 FilterInterfaces

 Filters

 Format

 Helpers

  ExternalSource

  ExternalSourceInspector

  Follower

  attach

  CreateFollower(Source, bool)

  mute

  muteColor

  normalColor

  screenLockedColor

  target

  InputDeviceBlockReader

  ScaleByGain

 QuickEQ

 Remapping

 SpecialSources

 Spoofer

 Utilities

 Virtualizer

 Atmosphere

 AudioClip3D

 AudioListener3D

 AudioListener3DInspector

 AudioSource3D

 CavernizeRealtime

 Channel

 Clip

 Environments

 Jack

 Listener

 QualityModes

 Rolloffs

 SeatAdaptation

 Source

class Follower

Creates a sphere that matches the position of a Source.
This is useful for visualizing non-Unity-based Cavern features.
VisibilityPublic
ExtendsMonoBehaviour

Public static functions

Follower CreateFollower(Source target, bool attach)Create a follower for a target source.

Public variables

bool attachAttach the visualized source to the active listener.
bool muteMute the source of the displayed object.
Color muteColorSphere color when the source is muted.
Color normalColorSphere color for unmuted objects.
Color screenLockedColorSphere color for unmuted and screen locked objects.
Source targetThe followed source.